/* Portfolio */
/* Portfolio Filter */
.mix-filter {
  list-style: none;
  margin: 0 0 40px;
  padding: 0;
}
.mix-filter li {
  color: darkblue;
  cursor: pointer;
  padding: 6px 20px;
  margin: 0px 6px 5px;
	 font-size:22px;
	  font-weight: bold;
  background: #F9AD20;
  border:1px solid #c5c4c4;
  element:first-letter {text-transform:uppercase}
element {text-transform:lowercase}
  font-size:40px;
  display: inline-block;
  border-radius:25px !important;
}
.mix-filter li:hover{
  color: #fff;
  background: #004974;
  border:1px solid #004974;
}

#private li:hover{
	
	 color: white:
  background: #90000;
}
#private li:hover{
	
	 color: white:
  background: #90000;
}
.mix-filter li.active {
  color: #fff;
  background: green;
  border:1px solid #004974;
}

#private :active{
   color: #fff;
  background: green;
  border:1px solid #004974
}
.mix-filter li.private {
   color: #fff;
  background: green;
  border:1px solid #004974
}
#private li.active{
	
	  color: #fff;
  background: green;
  border:1px solid #004974;
}


.mix-grid .mix {
  opacity: 0;
  display: none;
}

/* Portfolio Hover */
.mix-grid .mix {
  position: relative;
  overflow: hidden; 
  padding-bottom: 25px;
}
.mix-grid .mix .mix-inner {
  position: relative;
  width: 100%;
}
.mix-grid .mix .mix-details {
  color: #fff;
  width: 100%;
  height: 100%;
  bottom: -100%;
  text-align: center;
  position: absolute;
  background: rgba(0,0,0,0.6);
  transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
.mix-grid .mix:hover .mix-details {
  bottom: 0;
  transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;  
}
.talent-inner:hover .mix-details {
  bottom: 79px !important;
  transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;  
}
.talent-inner h4
{
	display:none;
}
.mix-grid .mix .mix-details h4 {
  color: #fff;
  font-size:30px;
  text-transform:uppercase;
  font-weight:bold;  
  text-align:center;
  margin: 85px 0px 0;
    opacity: 0;
    transform: scale(10);
    transition: all 0.3s ease-in-out 0.1s;
}
.mix-grid .mix .mix-details:hover h4 {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: scale(1);
   -moz-transform: scale(1);
   -o-transform: scale(1);
   -ms-transform: scale(1);
   transform: scale(1);
   -webkit-transition-delay: 0.1s;
   -moz-transition-delay: 0.1s;
   -o-transition-delay: 0.1s;
   -ms-transition-delay: 0.1s;
   transition-delay: 0.1s;
}
.mix-grid .mix .mix-details p {
  padding: 0 30px;
}
.mix-grid .mix .mix-details i {
  color: #000;
  font-size: 20px;
}
.mix-grid .mix a.mix-link, 
.mix-grid .mix a.mix-preview {
  color: #000;
  display: block;
  cursor: pointer;
  margin-top: 10px; 
  position: absolute;
  padding: 12px 17px;
  background: rgba(255, 255, 255, 0.6);
}
.mix-grid .mix a.mix-preview {
  left: 0;
  bottom:0px;
}
.mix-grid .mix a.mix-link {
  right: 50%;
  margin-right: 5px;
}
.mix-grid .mix a.mix-link:hover,
.mix-grid .mix a.mix-preview:hover {
  color: #000;
  padding: 12px 17px;
  text-decoration: none;
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 992px) { 
  .mix-grid .mix.col-md-6.col-sm-6 .mix-details {
    height: 50%;
  }

}
@media (min-width: 768px) and (max-width: 991px) { 
  .mix-grid .mix a.mix-link,
  .mix-grid .mix a.mix-preview {
    margin-top: 5px;
  }
}